home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4490 / 4490.xpi / chrome / wmn.jar / content / wmn-overlay.css < prev    next >
Cascading Style Sheet File  |  2010-01-27  |  1KB  |  71 lines

  1. /*
  2. treechildren::-moz-tree-cell-text(leaf, hover) {
  3.   cursor: pointer;
  4.   text-decoration: underline;
  5. }*/
  6. .placesTree{
  7.  margin:0px;
  8. }
  9. treechildren:-moz-tree-image{
  10.  //list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
  11.   padding-right: 2px;
  12.   margin: 0px 2px;
  13.   //width: 16px;
  14.   //height: 16px  
  15. }
  16.  
  17. #col1{
  18.   width:4em;
  19.   text-align:right;
  20.   margin-right:2px;
  21.   font-weight:bold;
  22. }
  23. treechildren::-moz-tree-cell-text(logoff)
  24. {
  25.   color:GrayText;
  26. }
  27. treechildren::-moz-tree-cell-text(newMail)
  28. {
  29.   font-weight:Bold;
  30. /*  color:HighlightText;
  31.   background-color:Highlight;*/
  32. }
  33. /*
  34. treechildren::-moz-tree-row(newMail)
  35. {
  36.   font-weight:Bold;
  37.   background-color:Highlight;
  38. }
  39. */
  40. /*
  41. treechildren::-moz-tree-row(noSelect)
  42. {
  43.   -moz-user-select:all;
  44. }
  45. */
  46.  
  47. /*
  48. treechildren::-moz-tree-image(label newMail){
  49.   list-style-image: url("chrome://wmn/skin/mail-button.png");
  50.   -moz-image-region: rect(24px 16px 40px 0px);  
  51. }
  52.  
  53. treechildren::-moz-tree-image(label noMail){
  54.   list-style-image: url("chrome://wmn/skin/mail-button.png");
  55.   -moz-image-region: rect(24px 32px 40px 16px);
  56. }
  57. */
  58. /*
  59. #wmnSidebar:-moz-system-metric(windows-default-theme) {
  60.   background-color: #EEF3FA;
  61. }
  62.  
  63. tree:-moz-system-metric(windows-default-theme) {
  64.   -moz-appearance: none;
  65.   border: 0;
  66.   margin: 0;
  67.   border-top: 1px solid ThreeDShadow;
  68.   background-color: transparent;
  69.   border-top: none;
  70. }
  71. */